Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / Load Method / Load(Stream,BaseTransform[]) Method
The input stream.
The transformation chain for the image that is being loaded.

In This Topic
    Load(Stream,BaseTransform[]) Method
    In This Topic
    Loads the image from a System.IO.Stream. JPEG, PNG, GIF, BMP, TIFF, ICO, JPEG XR formats are supported.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal stream As System.IO.Stream, _
       ByVal ParamArray transforms() As BaseTransform _
    ) 
    public void Load( 
       System.IO.Stream stream,
       params BaseTransform[] transforms
    )

    Parameters

    stream
    The input stream.
    transforms
    The transformation chain for the image that is being loaded.
    See Also